Update comments in load_image()
authorSandrine Bailleux <[email protected]>
Fri, 27 May 2016 13:08:10 +0000 (14:08 +0100)
committerSandrine Bailleux <[email protected]>
Tue, 7 Jun 2016 08:15:17 +0000 (09:15 +0100)
commita6b995fba3bd0429dcb9c059311cea40e63d6a41
tree8796a3ecd482a7bed375639700e27b9b2ecc3693
parent11ec6c598fe195e2300c6fc7ee1183a8d111a430
Update comments in load_image()

- Fix the function documentation.
  Since commit 16948ae1, load_image() uses image IDs rather than image
  names.

- Clarify the consequences of a null entry point argument.

- Slightly reorganize the code to remove an unnecessary 'if' statement.

Change-Id: Iebea3149a37f23d3b847a37a206ed23f7e8ec717
common/bl_common.c